home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the type of sprite 20 > 0 then
- if rollOver(20) then
- go(the frame)
- exit
- end if
- end if
- repeat with x = 2 to 18
- if the type of sprite x > 0 then
- if rollOver(x) then
- go(marker(0) + x - 1)
- exit
- end if
- end if
- end repeat
- if the type of sprite 19 > 0 then
- if rollOver(19) then
- go(the frame)
- exit
- end if
- end if
- go(marker(0))
- end
-